withdrawBlockRewards <src>
Creates an unsigned Super Representative award balance withdrawal transaction.
Usage
tronWeb.transactionBuilder.withdrawBlockRewards(address, options);
Parameters
| Argument | Description | Type |
|---|---|---|
| address | Optional. Address to withdraw from. | String |
| options | Permission id for multi-signature and block header for contract block header info. | { permissionId: number, blockHeader: ... } |
Returns
Unsigned transaction object.